public interface AssemblerAssistant
| Method Summary | |
|---|---|
void |
add(Command cmd)
|
Reporter |
arg(int i)
|
int |
argCount()
|
void |
block()
|
void |
block(int pos)
|
void |
comeFrom()
|
void |
done()
|
void |
goTo()
|
int |
offset()
|
void |
removeArg(int i)
|
void |
resume()
|
| Method Detail |
|---|
void add(Command cmd)
void block()
void block(int pos)
void done()
int argCount()
Reporter arg(int i)
void removeArg(int i)
void goTo()
void comeFrom()
void resume()
int offset()